spl: nand: add support for mxs nand
authorTim Harvey <[email protected]>
Mon, 2 Jun 2014 23:13:18 +0000 (16:13 -0700)
committerStefano Babic <[email protected]>
Fri, 6 Jun 2014 08:07:25 +0000 (10:07 +0200)
commit73210dccdb41b6164a715c363c1a0e28fed1be49
tree9f125bec2849a15ca11766d98ea40236f65de63e
parent9f2ec3f5431281a480c89107cb952ca5571d78e7
spl: nand: add support for mxs nand

This utilizes existing mxs_nand support layer to provide a method to load an
image off nand for SPL. The flash device will be detected in order to support
multiple flash devices instead of having layout hard coded at build time.

Cc: Stefan Roese <[email protected]>
Cc: Otavio Salvador <[email protected]>
Cc: Andy Ng <[email protected]>
Cc: Eric Nelson <[email protected]>
Cc: Tapani Utriainen <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Scott Wood <[email protected]>
Signed-off-by: Tim Harvey <[email protected]>
drivers/mtd/nand/Makefile
drivers/mtd/nand/mxs_nand_spl.c [new file with mode: 0644]